Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 5 - Attribute Objects / Attribute Objects Reference
Attribute Objects Routines / Creating and Managing Attribute Sets


Q3AttributeSet_Clear

You can use the Q3AttributeSet_Clear function to remove an attribute of a certain type from an attribute set.

TQ3Status Q3AttributeSet_Clear (
TQ3AttributeSet attributeSet, 
TQ3AttributeType type);
attributeSet
An attribute set.
type
An attribute type.
DESCRIPTION
The Q3AttributeSet_Clear function removes the attribute whose type is specified by the type parameter from the attribute set specified by the attributeSet parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996